home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Everything For A Hacker
/
19990506-[HACK].iso
/
HEXEDIT
/
UTILS
/
ZENDISK1.ARJ
/
LST4-4.ASM
< prev
next >
Wrap
Assembly Source File
|
1990-02-15
|
203b
|
12 lines
;
; *** Listing 4-4 ***
;
; Measures the performance of reading 1000 words
; from memory with 2000 byte-sized accesses.
;
sub si,si
mov cx,2000
call ZTimerOn
rep lodsb
call ZTimerOff